PDF4Java.Render Reference Documentation
com.o2sol.pdf4java.render Package / PDFRendererSettings Class / setRenderArea Method
A object specifying the area on the page to be rendered as image.
In This Topic
    setRenderArea Method
    In This Topic
    Sets the rendering area.
    If this property is null then the page's CropBox is used as render area.
    The rectangle specified in this property can have arbitrary values allowing to render any parts of the page, including parts outside the visible area.
    Syntax
    public void setRenderArea( 
       PDFDisplayRectangle renderArea
    )

    Parameters

    renderArea
    A object specifying the area on the page to be rendered as image.
    See Also